home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Code / Config / ScanHelp < prev   
Text File  |  2002-05-08  |  922b  |  24 lines

  1.  
  2.             The ConfigScan program
  3.  
  4. CreateConf checks date stamps on the configuration files it examines
  5. in order to determine whether to rebuild Zap's configuration files.
  6.  
  7. ConfigScan checks date stamps and ensures that the same set of files and
  8. directories are present in the 'Generated' and 'Modules' directory as the
  9. last time it was run.  If there have been any changes to the configuration
  10. then it sets a flag which Zap used to determine whether CreateConf needs
  11. calling.
  12.  
  13. It is written in hand crafted, fairly well optimised machine code for
  14. maximum speed.
  15.  
  16. It maintains caches of the current status at ZapGenerated:ScanBootC
  17. and ZapGenerated:ScanRunC - these are in a fairly self-explanatory
  18. format.  The hex numbers are the time-stamps of the associated files.
  19.  
  20. Hopefully CreateConf will be able to make use this cache at some point in
  21. the future.
  22.  
  23. ConfigScan is (C) Tim Tyler 1997 - it may only be distributed with Zap.
  24.